Find Maximum and Minimum Values of a List
05.04.2023
Your task is to make two functions ( max and min, or maximum and minimum, etc., depending on the language ) that receive a list of integers as input, and return the largest and lowest number in that list, respectively.
Blog_Description
Comments
05.04.2023